home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / VXAVTOOL.ZIP / MISC-VIR.ZIP / TED10.ZIP / TED.NFO < prev   
Encoding:
Text File  |  1992-03-24  |  1.2 KB  |  33 lines

  1. ---
  2. TED v1.0
  3. Text Encryption Device
  4. Written by Data Disruptor
  5. (c) 1991 RABID International Development Corp.
  6.  
  7. A tool for RABID programmers
  8.  
  9. ---
  10.  
  11.  TED is a program wrote for myself so that I could encrypt text easily and
  12.  encorporate it into my own programs.
  13.  
  14.  What TED does is ask you for the text you wish to be encrypted (up to
  15.  80 charachters), and it then XOR's the string with a value of 1Ah, and
  16.  writes both the original text and the encrypted text into a file called
  17.  ENCRYPT.TXT, so that I can later read in that file with my text editor,
  18.  and easily throw the encrypted text into any program.
  19.  
  20.  As you may or may not know, when text is encrypted, it's a bitch trying to
  21.  reproduce all those nasty extended ASCII charachters on your text editor,
  22.  so this program takes care of that for you.
  23.  
  24.  Have fun with it. Oh ya, before I forget, it's a bad idea to make the string
  25.  over 80 charachters, or else the program will die horribly when you try to
  26.  write it to ENCRYPT.TXT.
  27.  
  28.  l8rness
  29.  
  30.                                                         Data Disruptor
  31.  
  32.  PS: If anyone wants the source code to this program, leave me a message
  33.  on TGS, and I'll be more than happy to post it...